home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / sep96 / toddf201.gif < prev    next >
Graphics Interchange Format  |  1997-01-15  |  46KB  |  308x520  |  4-bit (16 colors)
Labels: text | screenshot | font | document | number | parallel
OCR: Function Description Mein Removes leading blanks from a string frime Removes leading characters from a string drim Removes trailing blanks from a string rtrime Removes trailing characters from a string alltrim Removes blanks from both ends of a string alltrimc Removes a user-specified character from both ends of a string center Pads a string to the specified length and centers it by adding the specified character[s) to the beginning and end of the string estradd Concatenates two strings cstrdelete Deletes a specified number of characters from any location in a string cstr_plus_int Converts an integer to a string and concatenales it to a string int_plus _cstr Converts an integer to a string and concatenates a string to if lefts Copies the left most N characters of a string rights Copies the right most N characters of a string len Returns the length of a string lower Converts a string to lower case Ipad Pads a string to any length by adding the speci- fied character to the beginning of the string pad Pads a string to any length by adding the speci- fied character to the end of the string parse Returns the characters between any occurrence of the specified character po: Returns the position of one string within another proper Capitalizes the first letter of each word in the string quarter Given a date, returns a string that identifies the year and quarter ("96Q1"] replicate Fills o string with N occurrences of the specified character reverse Reverses the characters in a string substring Returns any substring of a string Figure 1: UDFlib string functions